VObject::SetFocus

Section: ET++ method description (n)
Updated: automatically Mon Apr 8 20:17:57 1991
Index Return to Main Contents
 

NAME

VObject::SetFocus - instance method  

TEMPLATE

void SetFocus(Rectangle clipRect, Point origin)  

SPECIFIERS

public virtual  

DESCRIPTION

SetFocus is passed along the container chain to the window. The method BlankWin::SetFocus sets the current drawing port of ET++ to the one of the window, sets the port's origin to the origin and clips drawing commands to the clipRect. Method is rarely overridden.  

ARGUMENTS

Rectangle clipRect

the drawing port's clipping rectangle
Point origin

the drawing port's origin
 

RETURN ARGUMENT

void

 

CATEGORIES

focusing, implementation

 

FIRST DEFINITION

class VObject  

FILES

implementation:
VObject.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:21 GMT, March 30, 2022